Gets the value associated with the specified key.
Public Overridable Function TryGetValue( _
ByVal key As TKey, _
ByRef value As TValue _
) As Boolean
key
The key whose value to get.
value
When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.
true if the object that implements IDictionary contains an element with the specified key; otherwise, false.
Exceptions
Exception | Description |
---|---|
System.ArgumentNullException | key is null. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET